Leadtools.MedicalViewer Namespace > MedicalViewerCellCollection<MedicalViewerBaseCell> Class : Reposition Method |
'Declaration Public Sub Reposition( _ ByVal cellIndex As Integer, _ ByVal targetCellIndex As Integer, _ ByVal swap As Boolean _ )
'Usage Dim instance As MedicalViewerCellCollection(Of MedicalViewerBaseCell) Dim cellIndex As Integer Dim targetCellIndex As Integer Dim swap As Boolean instance.Reposition(cellIndex, targetCellIndex, swap)
function Leadtools.MedicalViewer.MedicalViewerCellCollection.Reposition( cellIndex , targetCellIndex , swap )
Public Sub MedicalViewerCellCollectionRepositionCellsExample() Dim myForm As MedicalViewerForm = GetMedicalControl() Dim medicalViewer As MedicalViewer = myForm.Viewer medicalViewer.Cells.Reposition(0, 1, True) myForm.ShowDialog() End Sub
public void MedicalViewerCellCollectionRepositionCellsExample() { MedicalViewerForm myForm = GetMedicalControl(); MedicalViewer medicalViewer = myForm.Viewer; medicalViewer.Cells.Reposition(0, 1, true); myForm.ShowDialog(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2